d/rules: Sort build options
authorSimon McVittie <smcv@debian.org>
Sat, 29 Feb 2020 17:14:10 +0000 (17:14 +0000)
committerSimon McVittie <smcv@debian.org>
Sat, 29 Feb 2020 17:42:22 +0000 (17:42 +0000)
debian/changelog
debian/rules

index 45fd862334c9b10a35c9f009fb6a800b5522763c..15dbeb5b43505e93edfb21d36a4f8da93d1f604d 100644 (file)
@@ -30,6 +30,7 @@ gtk+4.0 (3.98.0-1) UNRELEASED; urgency=medium
   * d/control.in: Update build-dependencies
   * d/rules: Update SONAME
   * d/rules: Adjust build options for rename of documentation to gtk_doc
+  * d/rules: Sort build options
 
  -- Simon McVittie <smcv@debian.org>  Sat, 29 Feb 2020 14:18:02 +0000
 
index 5f154d5bd73c06ab0b3a74d3ba672165498a3078..d4591d242c4fdb56220f1978cf4ffac3d1cf59e1 100755 (executable)
@@ -100,12 +100,13 @@ configure_flags_common = \
 configure_flags_deb = \
        -Dbroadway-backend=true \
        -Dgtk_doc=true \
-       -Dx11-backend=true \
-       -Dman-pages=true \
-       -Dintrospection=true \
        -Dinstall-tests=true \
+       -Dintrospection=true \
+       -Dman-pages=true \
+       -Dmedia=none \
        -Dprint-backends=all \
-       -Dmedia=none
+       -Dx11-backend=true \
+       ${NULL}
 
 ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
 configure_flags_deb += -Dcolord=yes